ChartTransactionElement

StockSharp.Xaml.Charting

The base class that describes the Orders Or Trades chart element.

继承自: ChartElement<T>

实现: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartTransactionElement

构造函数

ChartTransactionElement()

Initialize ChartTransactionElement.

属性

BuyColor : Color

Color of graphics element on chart, indicating buy.

BuyStrokeColor : Color

Border color of graphics element on chart, indicating buy.

DrawSize : double

Draw size.

SellColor : Color

Color of graphics element on chart, indicating sell.

SellStrokeColor : Color

Border color of graphics element on chart, indicating sell.

Title : string

Series header that will be shown on chart.

UseAltIcon : bool

Use alternative icons.

方法

CopyTo(T) : T

Copy the message into the .

destination
The object, to which copied information.
GetGeneratedTitle() : string

Get generated title.

返回值: Auto generate chart element title.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.